FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ehealth4u.package#1.0.0 (156 ms)

Package ehealth4u.package
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-locationmedicalteam-r4
Url http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-locationmedicalteam-r4
Status draft
Name CYEHRSDLocationMedicalTeam
Title Cyprus EHR Medical Team Location profile
Experimental False
Description The main use-case of this profile is to represent the physical locations that the members of a particular CYEHRSDMedicalTeam can provide healthcare services.
Type Location
Kind resource

Resources that use this resource

StructureDefinition
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-immunization-r4 Cyprus EHR Immunization profile
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitionerrolehealthcareassociate-r4 Cyprus EHR Healthcare Associate Practitioner Role profile

Resources that this resource uses

StructureDefinition
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-address Cyprus EHR Address datatype
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicalteam-r4 Cyprus EHR Medical Team profile
http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-ehdsilanguage Cyprus EHR Value Set: eHDSI Language


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "cyehr-sd-locationmedicalteam-r4",
  "url" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-locationmedicalteam-r4",
  "name" : "CYEHRSDLocationMedicalTeam",
  "title" : "Cyprus EHR Medical Team Location profile",
  "status" : "draft",
  "publisher" : "eHealth4U",
  "contact" : [
    {
      "name" : "eHealth Lab (University of Cyprus)",
      "telecom" : [
        {
          "system" : "email",
          "value" : "ehealthl@ucy.ac.cy",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "The main use-case of this profile is to represent the physical locations that the members of a particular CYEHRSDMedicalTeam can provide healthcare services.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Location",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Location.meta",
        "path" : "Location.meta"
      },
      {
        "id" : "Location.meta.profile",
        "path" : "Location.meta.profile",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Location.meta.profile:CyprusEHRProfile",
        "path" : "Location.meta.profile",
        "sliceName" : "CyprusEHRProfile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-locationmedicalteam-r4"
      },
      {
        "id" : "Location.language",
        "path" : "Location.language",
        "definition" : "The base language in which the resource is written.\r\n\r\nCyprusEHR: As defined by eHDSI MVC.",
        "binding" : {
          "strength" : "required",
          "description" : "A human language as defined by eHDSI",
          "valueSet" : "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-ehdsilanguage"
        }
      },
      {
        "id" : "Location.identifier",
        "path" : "Location.identifier",
        "comment" : "CyprusEHR: Not to be used in the context of Cyprus EHR."
      },
      {
        "id" : "Location.operationalStatus",
        "path" : "Location.operationalStatus",
        "comment" : "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR."
      },
      {
        "id" : "Location.mode",
        "path" : "Location.mode",
        "fixedCode" : "instance"
      },
      {
        "id" : "Location.type",
        "path" : "Location.type",
        "comment" : "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.\r\n\r\nCyprusEHR: For the prototype of the national EHR of Cyprus use Location.type = PROFF (Provider's Office)",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code" : "PROFF"
            }
          ]
        }
      },
      {
        "id" : "Location.type.coding",
        "path" : "Location.type.coding",
        "min" : 1
      },
      {
        "id" : "Location.type.coding.system",
        "path" : "Location.type.coding.system",
        "min" : 1
      },
      {
        "id" : "Location.type.coding.code",
        "path" : "Location.type.coding.code",
        "min" : 1
      },
      {
        "id" : "Location.type.coding.display",
        "path" : "Location.type.coding.display",
        "min" : 1
      },
      {
        "id" : "Location.telecom",
        "path" : "Location.telecom",
        "mustSupport" : true
      },
      {
        "id" : "Location.address",
        "path" : "Location.address",
        "min" : 1,
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/Address",
              "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-address"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Location.physicalType",
        "path" : "Location.physicalType",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
              "code" : "bu"
            }
          ]
        },
        "binding" : {
          "strength" : "extensible"
        }
      },
      {
        "id" : "Location.physicalType.coding",
        "path" : "Location.physicalType.coding",
        "min" : 1
      },
      {
        "id" : "Location.physicalType.coding.system",
        "path" : "Location.physicalType.coding.system",
        "min" : 1
      },
      {
        "id" : "Location.physicalType.coding.code",
        "path" : "Location.physicalType.coding.code",
        "min" : 1
      },
      {
        "id" : "Location.physicalType.coding.display",
        "path" : "Location.physicalType.coding.display",
        "min" : 1
      },
      {
        "id" : "Location.managingOrganization",
        "path" : "Location.managingOrganization",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicalteam-r4"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Location.managingOrganization.reference",
        "path" : "Location.managingOrganization.reference",
        "min" : 1
      },
      {
        "id" : "Location.partOf",
        "path" : "Location.partOf",
        "comment" : "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR."
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.